DLL CALL EXIST
This command determines whether a function call exists within a loaded DLL. The DLL Number must be an integer value between 1 and 256. The DLL Number specifies a previously loaded DLL and the Function String describes the function name within the DLL. If the function exists an integer value of one is returned, otherwise zero.

SYNTAX
Return Integer=DLL CALL EXIST(DLL Number, Function Name)

RELATED INFO
SYSTEM Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example